GetFirst(TKey)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Returns the first snapshot of the specified entity.

Syntax

public Snapshot<TKey, TValue> GetFirst(
	TKey key
)

Back to index